home *** CD-ROM | disk | FTP | other *** search
Text File | 1987-08-09 | 1.0 KB | 92 lines | [TEXT/EDIT] |
- * Listing 8
- * file: PrintGraph.r
- *
- * PrintGraph Fortran Program
- *
- * Copyright (c) 1987 Mark E. McBride
- * 211 N. University Ave.
- * Oxford, OH 45056
- *
- *
- * This is the resource definitions for
- *
- * Reset pathname to reflect your disk setup
- !PrintGraph
- APPLFORT
-
- *
- * This is the definition for the MENU.
- *
-
- Type MENU
- ,29
- \14
- About PrintTest
- (-
-
- ,30
- File
- Page Setup...
- Print Hilbert...
- (-
- Quit
-
- ,31
- Edit
- Undo
- (-
- Cut
- Copy
- Paste
- Clear
- (-
- (Show Clipboard
-
- *
- * Definition to setup dialog boxes
- *
- type DLOG
- ,200
- ;; no name for this resource
- 50 50 215 405
- Visible NoGoAway
- 1
- 0
- 200
-
- type DITL
- ,200
- 3
- button
- 125 140 150 190
- OK
-
- staticText disabled
- 10 15 65 120
- Printing\0D in\0D MS Fortran
-
- staticText disabled
- 10 155 100 310
- Copyright (c) 1987\0D Mark E. McBride\0D 211 N. University Ave\0D Oxford, OH 45056
-
- type DLOG
- ,1010
- Cancel Printer Dialog
- 100 100 190 300
- Visible NoGoAway
- 1
- 0
- 1010
-
- type DITL
- ,1010
- 2
- button
- 60 60 80 120
- Cancel
-
- staticText disabled
- 10 10 30 195
- Printing ^0.
-
-